home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / dev / gcc / ixemsdk.lha / man / cat3 / sqrt.0 < prev    next >
Text File  |  1996-09-02  |  1KB  |  38 lines

  1.  
  2. SQRT(3)                    UNIX Programmer's Manual                    SQRT(3)
  3.  
  4. NNAAMMEE
  5.      ccbbrrtt, ssqqrrtt - cube root and square root functions
  6.  
  7. SSYYNNOOPPSSIISS
  8.      ##iinncclluuddee <<mmaatthh..hh>>
  9.  
  10.      _d_o_u_b_l_e
  11.      ccbbrrtt(_d_o_u_b_l_e _x)
  12.  
  13.      _f_l_o_a_t
  14.      ccbbrrttff(_f_l_o_a_t _x)
  15.  
  16.      _d_o_u_b_l_e
  17.      ssqqrrtt(_d_o_u_b_l_e _x)
  18.  
  19.      _f_l_o_a_t
  20.      ssqqrrttff(_f_l_o_a_t _x)
  21.  
  22. DDEESSCCRRIIPPTTIIOONN
  23.      The ccbbrrtt() and ccbbrrttff() functions compute the cube root of _x.
  24.  
  25.      The ssqqrrtt() and ssqqrrttff() functions compute the non-negative square root of
  26.      x.
  27.  
  28. RREETTUURRNN VVAALLUUEESS
  29.      Exceptional conditions are handled by matherr(3).
  30.  
  31. SSEEEE AALLSSOO
  32.      math(3),  matherr(3)
  33.  
  34. HHIISSTTOORRYY
  35.      The ccbbrrtt() function appeared in 4.3BSD.
  36.  
  37. BSD Experimental                  May 6, 1991                                1
  38.